home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-18 | 284 b | 18 lines | [TEXT/$Tcl] |
-
- if $AEVENT then {
- if "! $ENGINE" {
- AEinteract;
- }
- }
-
- puts stdout "This is the test script"
-
- set a 4
- set b 8
-
- puts stdout "a times b equals [expr {$a * $b}]."
-
- puts stdout "[format "A times B equals %08d." [expr {$a * $b}] ]"
-
- puts stdout [format "One %d Two %d Three %d" 1 2 3]
-